git ls-files
Git - git-ls-files Documentation
code:memo
NAME
git-ls-files - Show information about files in the index and the working tree
SYNOPSIS
git ls-files
-z
-t
-v
-f
(--
cached|deleted|others|ignored|stage|unmerged|killed|modified
)*
(-
c|d|o|i|s|u|k|m
)*
--eol
--deduplicate
-x <pattern>|--exclude=<pattern>
-X <file>|--exclude-from=<file>
--exclude-per-directory=<file>
--exclude-standard
--error-unmatch
--with-tree=<tree-ish>
--full-name
--recurse-submodules
[--abbrev
=<n>
]
--
<file>...
ファイルのルートから表示
$ git ls-files
追跡されていないファイルの一覧を表示
$ git ls-files -o
メモ
git ls-files #Git - Qiita
Git - git-ls-files Documentation
#git